Updated: 8 April, 2013
By: designesia
Email: designesia@gmail.com
Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Also please don't forget to give rating! Thanks so much! :)
This template using Bootstrap framework. All the information within main content is nested within a div with id- name "content". If you need more information you can read Bootstrap documentation on this link
<div id="content">
<div class="container">
<div class="row">
<div class=col-md-4">
this is your content
</div>
<div class=col-md-8">
this is your content
</div>
</div>
</div>
</div>
<div class="row">
<div class=col-md-4">...</div>
<div class=col-md-8">...</div>
</div>
To enable css file simply remove mark /* and */ between line of css file. See sample below:
Before disabled:
@import url("boxed.css");
After disabled:
/* @import url("boxed.css"); */
Open file main.css > Activate boxed.css by removing /* and */ between boxed.css line. Or simply copy code below:
@import url("boxed.css");
Disable wide-screen.css by adding /* and */ between wide-screen.css line.
/* @import url("wide-screen.css"); */
Open file main.css > find code below:
@import url("colors/green.css");
Change green.css with one of below:
Activate boxed layout first > Open file boxed.css > Find code below then change background value.
body{
background:url(../images/bg-pattern/p1.png);
}
This theme included 20 pattern. You can simply change p1 with p1 - p20 for different pattern background.
<section id="my-section">...content here...</section>
<section id="my-section" data-speed="10">...content here...</section>
<section id="my-section" data-speed="10" data-type="background">...content here...</section>
#my-section{
background-image:my-bg-image.jpg;
}
<img src="blank.gif"></img>
<img src="preload-pic.gif" data-original="my-pic.jpg"></img>
Open > Send.php. Change $email_to value with your email..
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.
designesia